@charset "utf-8"

* {
	margin: 0;
	padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: '微软雅黑', "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
	color: #333333;
}

/*全局链接样式*/
a {
	color: #202020;
	text-decoration: none;
}

a:hover {
	/* color: #ff6600; */
	text-decoration: underline;
}

/*全局列表样式*/
ul,
li,
ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

p,
h1,
h2 {
	margin: 0;
	padding: 0
}

#top {
	width: 100%;
	height: 50px;
	background-color: #6d1d29;
	margin: 0 auto;
	position: relative;
}

.top-right-welcom {
	width: 1200px;
	margin: 0 auto;
	text-align: right;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
}

/* 顶部导航改版 */
.top {
	width: 100%;
	/* height: 139px; */
	height: 98px;
	background: url('http://src.jjqzyy.com/static/images/background/header_bg.jpg') center top no-repeat;
	background-size: cover;
	border-bottom: 1px solid #ccc;
}

.top-wrap {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	height: 98px;
}

.top-log {
	/* width: 449px; */
	/* padding-top: 20px; */
	padding-top: 10px;
	padding-right: 50px
}

.top-logpic {
	/* width: 449px;
	height: 83px; */
	width: 410px;
	height: 73px;
}

.top-note {
	padding-top: 50px;
	padding-right: 30px
}

.top-notepic {
	width: 13px;
	height: 13px;
}

.top-coder {
	flex-grow: 1;
	padding-top: 10px;
}

.top-coderbox {
	text-align: center;
	width: 82px;
	margin: auto 0 auto auto;
	display: flex;
}

.top-coderbox-pic {
	width: 82px;
	height: 82px;
}

.top-coderbox-text {
	/* font-size: 16px; */
	font-size: 14px;
	line-height: 1.4;
}



/* 顶部导航改版结束 */

.visit-guide {
	position: fixed;
	top: 180px;
	right: 10px;
	z-index: 500;
}

.visit-guide-item {
	width: 74px;
	height: 74px;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 7px;
	text-align: center;
	border: 1px solid #cfcfcf;
}

.visit-guide-item:hover {
	border: 1px solid #5b82cf
}

.visit-guide-item-img {
	width: 40px;
	height: 40px;
	margin-top: 7px;
}

.visit-guide-item-title {
	font-size: 12px;
	color: #181818;
}


/* .navbox {
		width: 1250px;
		margin: -50px auto 0 auto;
		height: 198px;
		position: relative;
	} */



.navbox {
	width: 100%;
	height: 50px;
	background-color: #7d0215;
}

.navbox-log {
	width: 278px;
	height: 116px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	padding: 10px;
	box-shadow: 3px 3px 8px #d1cece;

}

.navbox-log-img {
	margin-top: 12px;
	width: 273px;
	height: 75px;
}

/* .navbox-nav {
		height: 40px;
		position: absolute;
		right: 0;
		top: 89px;
		display: flex;
		justify-content: end;
	} */

.navbox-nav {
	width: 1200px;
	margin: 0 auto;
	height: 50px;
	display: flex;
	/* justify-content: end; */
}

.navbox-item {
	width: 106px;
	height: 50px;
	/* background: url(../images/nav-back-yellow.png) no-repeat; */
	font-size: 16px;
	color: #000;
	line-height: 50px;
	margin-left: 10px;
	text-align: center;
	cursor: pointer;
	position: relative
}

.navbox-item:hover {
	/* background: url(../images/nav-back-red.png) no-repeat;   */
	background-color: #263e7e;
	/* background-color: rgba(38,62,126,0.9); */

}

.navbox-item-active {
	/* background: url(../images/nav-back-red.png) no-repeat; */
	background-color: #263e7e;
	color: #fff;
}

.navbox-item-a {
	color: #fff;
}

.navbox-item-active .navbox-item-a {
	color: #fff;
}

/* .navbox-item-active-a{color: #9e3535;} */


.navbox-item-a:hover {
	/* color: #9e3535; */
	text-decoration: none;
}

.navbox-item-submenu {
	display: none;
	width: 160px;
	/* margin-left: -35px; */
	position: absolute;
	z-index: 100;
	/* padding-top: 15px; */
}

.navbox-item-submenu-triangle {
	display: none;
	width: 0;
	height: 0;
	border-top: none;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 12px solid #6d1d29;
	margin: 0 auto
}

.navbox-item-submenu-list {
	padding: 15px 0;
	width: 160px;
	/* background-color: #fff; */
	background-color: #263e7e;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);

}

.submenu-list-a {
	display: block;
	/* color: #212121; */
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}

.submenu-list-a:hover {
	/* background-color: #6d1d29; */
	/* color: #fff; */
	color: #ffd71e;
	text-decoration: none;
	transform: scale(1.1);
}

.navbox-item:hover .navbox-item-submenu {
	display: block;
	opacity: 0.8;
}

.line {
	display: none;
	margin: 0 auto;
	border-bottom: 1px solid #e7e7e7;
	box-shadow: 0 -5px 5px 3px #fbfbfb;
}

.current-position {
	font-size: 14px;
	color: #000;
	height: 30px;
}

.footer {
	width: 100%;
	/* height: 250px; */
	height: 127px;
	border-top: 2px solid #a30404;
	padding-top: 30px;
}

.footer-wrap {
	display: flex;
	margin: 0 auto;
	width: 1130px;
	position: relative;
}

.footer-log {
	width: 70px;
	height: 70px;
}

.footer-notes-box {
	width: 734px;
	margin-left: 20px;
}

.footer-notes-item {
	font-size: 14px;
	color: #232323;
	/* line-height: 30px; */
	line-height: 25px;
}

.footer-code {
	width: 301px;
	height: 130px;
}

.footer-code img {
	/* width: 150px;
	height: 150px; */
	width: 100px;
	height: 100px;
}